From: Dimitrios Eftaxiopoulos Date: Thu, 23 Sep 2010 14:36:31 +0000 (+0300) Subject: Minor changes X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~287 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b6a8e665a15cdff6f40dc24a7ee94a9d717c8011;p=mathgl.git Minor changes --- diff --git a/debian/folder/mathgl-doc b/debian/folder/mathgl-doc index f2ce62a..832ae01 100644 --- a/debian/folder/mathgl-doc +++ b/debian/folder/mathgl-doc @@ -1,6 +1,6 @@ Document: mathgl-doc Title: Debian mathgl Manual -Author: Alexei Balakin +Author: Alexey Balakin Abstract: This manual describes the usage of mathgl for the production of high quality plots. diff --git a/debian/rules b/debian/rules index cd195c3..2937064 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,7 @@ install: build cp texinfo/*.pdf $(CURDIR)/debian/tmp/usr/share/doc/mathgl/ rm -f debian/tmp/usr/bin/*_example rm -f debian/tmp/usr/share/info/dir - find debian -name *.pyc* -type f -delete - find debian -name *.pyo* -type f -delete + find debian \( -name mathgl.pyc -o -name mathgl.pyo \) -print0 | xargs -0 -r rm -f \; binary-indep: build install